home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / BIN / xc.cfg < prev    next >
Text File  |  1996-07-10  |  1KB  |  76 lines

  1. %
  2. % Native XDS-x86 OS/2 Edition configuration file
  3. %
  4.  
  5. +fatfs % Do not toggle this option! Instead, use the FATFS.CMD script
  6.  
  7. -alignment = 1
  8.  
  9. -backend  = X86
  10.  
  11. -code     = c
  12. -header   = h
  13. -sym      = sym
  14. -oberon   = ob2
  15. -mod      = mod
  16. -def      = def
  17. -mkfext   = rsp
  18.  
  19. -xdsdir   ! /xds
  20. -objext   = obj
  21. -libext   ! lib
  22. -exeext   ! exe
  23. -asmext   = asm
  24. -batext   = cmd
  25.  
  26. -errlim     = 16
  27.  
  28. -errfmt     = \
  29. "\n* [%s",file;\
  30. " %d",line;\
  31. ".%02d",column;\
  32. " %.1s",mode;\
  33. "%03d]\n",errno;\
  34. "* %s\n",errmsg
  35.  
  36. -heaplimit  =  4000000
  37. -gcthreshold=  2000000
  38. -stacklimit =   100000
  39.  
  40. -decor      = rht
  41.  
  42. -gendebug-
  43. -lineno-
  44. -genhistory-
  45.  
  46. -checkindex+
  47. -checknil+
  48. -checkdindex+
  49. -checktype+
  50. -checkrange+
  51. -checkset+
  52. -checkdiv+
  53. -checkproc+
  54. -assert+
  55. -ioverflow+
  56. -coverflow+
  57.  
  58. -longname+
  59. -gcauto+
  60.  
  61. -m2extensions-
  62. -m2addtypes-
  63. -o2extensions-
  64. -o2isopragma+
  65. -o2numext-
  66.  
  67. :pm-
  68. :vio-
  69. :map-
  70.  
  71. -makefile+
  72. -mkfname=tmp
  73. -template=xds.tem
  74.  
  75. -link="link386 @%s",mkfname#mkfext;
  76.